home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2205 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: news.ox.ac.uk!worc0223
  2. From: worc0223@news.ox.ac.uk (Benjamin Hutchings)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 28 Jan 1996 14:26:54 GMT
  6. Organization: Oxford University, England
  7. Distribution: world
  8. Message-ID: <4eg13e$gda@news.ox.ac.uk>
  9. References: <4e8h9k$mp8@sinsen.sn.no> <4e8q90$o22@serpens.rhein.de> <4eb8l5$fv4@sunsystem5.informatik.tu-muenchen.de>
  10. NNTP-Posting-Host: sable.ox.ac.uk
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
  14. : |> >Have  you  ever wondered why most graphical Unix-environments need 16++
  15. : |> >MB of RAM and tons of processing power to even get started?
  16. : |> 
  17. : |> No. I know that it needs that much RAM because it a) deals with much
  18. : |> higher resolutions, b) does much more than a c0d3r has ever thought
  19. : |> about and c) it is written in portable high level language.
  20.  
  21. : well. with things like spawn() beeing the afaik only compatible
  22. : way to get subtask, but making a copy of the whole program. not
  23. : only the OS, also the applicaions behave that way, so "Unix needs
  24. : lot ram" is just true.
  25.  
  26. You are thinking of fork() which simply allocates a new stack and process 
  27. structures and duplicates the handles which the parent has on various
  28. resources (file-mapped segments, shared libraries, etc.). Neither the code
  29. nor the static data are copied.
  30.  
  31. [...]
  32. : |> >Played  a  3D asteroids game on
  33. : |> >IRIX/SGI  once,  even when I degraded the detail to only a few rotating
  34. : |> >dots  and  a couple of line-vectors, it jerked.
  35. : |> 
  36. : |> Do you know why ?
  37.  
  38. : because current X can't do fullscreen games.
  39.  
  40. So, those games I was playing on this 486DX2-66 (hardly overpowered by today's
  41. standards) in XFree86 under Linux were entirely my imagination were they?
  42. Admittedly they weren't graphically stunning, but there was no noticeable
  43. flicker even at full-screen (1024x768, 256 colours). (My favourite is xbill,
  44. which runs in a fairly small window but allows one to shoot the multiple
  45. copies of Bill Gates which swarm around a group of non-Windows computers in
  46. the middle attempting to install them with Windows.)
  47.  
  48. --
  49. Ben Hutchings, student. Finger me on worc0223@sable.ox.ac.uk for various info.
  50. email: benjamin.hutchings@worc.ox.ac.uk  WWW: http://sable.ox.ac.uk/~worc0223/
  51. Users of the world unite! You have nothing to lose but your Micro$oft software
  52.